home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _65B6E42C21FE4ABA85FCD5D2F1A11B31 < prev    next >
Encoding:
Text File  |  2004-04-21  |  399 b   |  19 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("foreground2d")
  5.     pass()
  6.     {
  7.         tmu()
  8.         {
  9.             ColorOp("arg1", "tfactor", "current", "current")
  10.         }
  11.  
  12.         tfactor(%daycolor_r, %daycolor_g, %daycolor_b, 0)
  13.         colorgen("tfactor", "user", 0, 0, 0, "none", 0, 0, 0)
  14.         blendfunc("dest_color", "zero")
  15.         depthfunc("always", 0)
  16.         nofog()
  17.     }
  18. }
  19.